home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / winbrow.bat < prev    next >
DOS Batch File  |  1996-06-09  |  842b  |  32 lines

  1. echo off
  2. cls
  3. echo.
  4. echo   WINBROWZ graphics viewer and converter must be installed
  5. echo.
  6. echo   to your hard disk to run properly.
  7. echo.
  8. echo   This batch file will install WINBROWZ to drive "C".
  9. echo.
  10. echo   You can copy it to another drive if you want.
  11. echo.
  12. echo   Then simply double click on WINBROWZ.EXE to run the program.
  13. echo.
  14. echo   After loading WINBROWZ, click on the drive selection bar to
  15. echo.
  16. echo   to select the drive on which the clipart or photos are located.  
  17. echo.
  18. echo   Then click on the directory in which the graphics are stored.
  19. echo.
  20. echo   Then click on the VIEW ALL button to see all the graphics.
  21. echo.
  22. echo   Hit CTRL-C to stop this installation and any other key to continue.
  23. echo.
  24. echo.
  25. pause
  26. cd winbrowz
  27. md c:\winbrowz
  28. copy *.* c:\winbrowz
  29. attrib c:\winbrowz\*.* -r
  30. winbrowz
  31.  
  32.